Skip to main content

WriteListsOfElements<TSerializer>

Assembly: ServiceStack.Text.dll
View Source
Declaration
public static class WriteListsOfElements<TSerializer>
where TSerializer : ITypeSerializer

Methods

GetListWriteFn(Type)

View Source
Declaration
public static WriteObjectDelegate GetListWriteFn(Type elementType)
Returns

ServiceStack.Text.Common.WriteObjectDelegate

Parameters
TypeName
System.TypeelementType

GetIListWriteFn(Type)

View Source
Declaration
public static WriteObjectDelegate GetIListWriteFn(Type elementType)
Returns

ServiceStack.Text.Common.WriteObjectDelegate

Parameters
TypeName
System.TypeelementType

GetGenericWriteArray(Type)

View Source
Declaration
public static WriteObjectDelegate GetGenericWriteArray(Type elementType)
Returns

ServiceStack.Text.Common.WriteObjectDelegate

Parameters
TypeName
System.TypeelementType

GetGenericWriteEnumerable(Type)

View Source
Declaration
public static WriteObjectDelegate GetGenericWriteEnumerable(Type elementType)
Returns

ServiceStack.Text.Common.WriteObjectDelegate

Parameters
TypeName
System.TypeelementType

GetWriteListValueType(Type)

View Source
Declaration
public static WriteObjectDelegate GetWriteListValueType(Type elementType)
Returns

ServiceStack.Text.Common.WriteObjectDelegate

Parameters
TypeName
System.TypeelementType

GetWriteIListValueType(Type)

View Source
Declaration
public static WriteObjectDelegate GetWriteIListValueType(Type elementType)
Returns

ServiceStack.Text.Common.WriteObjectDelegate

Parameters
TypeName
System.TypeelementType

WriteIEnumerable(TextWriter, Object)

View Source
Declaration
public static void WriteIEnumerable(TextWriter writer, object oValueCollection)
Parameters
TypeName
System.IO.TextWriterwriter
System.ObjectoValueCollection